
*{
    margin : 0;
    padding: 0;

}
body{
    font-family: 'Netflix Sans',sans-serif;
    background-color: #111;

}
::-webkit-scrollbar{
    width: 7px;
    background-color: #111;
}
::-webkit-scrollbar-thumb
{
    background-color: white;
    border-radius: 10px;
}
.nav{
    position: fixed;
    top: 0;
    padding: 20px 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    transition-timing-function: ease-in;
    transition: all .5s;
}
.nav.active{
    background-color: #111;
}
.nav_left{
    margin-left: 10px;
}
.nav_logo{
    width: 180px;

}
.nav_right{
    position: fixed;
    right: 30px;
    display: flex;
    margin-right: 10px;
}
.nav_Netflix-avtar{
    width: 40px;

}


#banner{
    color: white;
    object-fit: contain;
    height: 644px;
    background-image:url(am.jpg);
    background-position: center center;
    background-size:cover ;
    
}
#banner_contents{
    margin-left: 70px;
    padding-top: 340px;
    height: 190px;
}
#banner_title{
    font-size: 4rem;
    font-weight: 800;
    padding-bottom: 0.3rem;

}
#banner_description{
    width: 45rem;
    line-height: 1.5;
    padding-top: 1rem;
    font-size: .9rem;
    max-width: 360px;
    height: 20px;
    justify-content: baseline;
}
#banner_button{
    cursor: pointer;
    color: white;
    outline: none;
    border: none;
    font-weight: 900;
    border-radius: .2vw;
    padding-left: 2rem;
    margin-top: 1ren;
    margin-bottom: 1rem;
    padding-right: 2rem;
    margin-right: 1rem;
    padding-top: .5rem;
    background-color: rgba(51,51,51,.5);
    padding-bottom: .5rem;
}
#banner_button:hover{
    color : black;
    background-color: #e6e6e6;
    transition: all .3s;
}
#banner_fadeButtom{
    height: 7.4rem;
    background: linear-gradient(180deg,
    transparent,
    rgba(37,37,37,.61),
    #111);
}
.row{
    margin-left: 20px;
    color:white;
    font-size: 1.5rem;
}
.row_title
{
    margin-left: 2.6rem;
}
.row_poster{
    object-fit: contain;
    width:100%;
    max-height: 100px;
    margin-right: 10px;
    transition: transform 450ms;
}
.row_posters::-webkit-scrollbar{
    display: none;
}
.row_posters{
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 20px;
}
.row_poster:hover{
    transform:scale(1.08);
}
.row_posterLarge{
    max-height: 250px;
}
.row_posterLarge:hover{
    transform:scale(1.08);
}
.row{
    color: white;
    margin-left: 20px;
}
